Returns the number of twips that represent the width of a pixel.
ピクセルの幅を示す twip 数を返します。
n = TwipsPerPixelX
n = TwipsPerPixelX
Integer
整数
Sub ExamplePixelTwips
Sub ExamplePixelTwips
MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"
MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"
End Sub
End Sub